projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f478c16
)
(INTERRUPTIBLE_*): Fix spelling of macros.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 18:20:33 +0000
(18:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jun 1993 18:20:33 +0000
(18:20 +0000)
src/s/dgux.h
patch
|
blob
|
history
diff --git
a/src/s/dgux.h
b/src/s/dgux.h
index 3ca377493db998f969cf9931a801c71f798aa75a..6d4191c089275796bab2524b8f2bad4c721d961c 100644
(file)
--- a/
src/s/dgux.h
+++ b/
src/s/dgux.h
@@
-271,10
+271,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define read sys_read
#define write sys_write
-#define INTERRUPT
A
BLE_OPEN
-#define INTERRUPT
A
BLE_CLOSE
+#define INTERRUPT
I
BLE_OPEN
+#define INTERRUPT
I
BLE_CLOSE
/* can't hurt to define these, even though read/write should auto restart */
-#define INTERRUPT
A
BLE_IO
+#define INTERRUPT
I
BLE_IO
/* Can't use sys_signal because then etc/server.c would need sysdep.o. */
#define signal(SIG,FUNC) berk_signal(SIG,FUNC)